Window.ShowWithin Method

Displays the window within the parentWindow. Used to display Sheet and Drawer windows within a specific parent.

Syntax

Window.ShowWithin parentWindow, [facing]


Parameters

parentWindow

Window

facing (Optional)

Integer


For a Drawer window, the optional facing parameter indicates which side the drawer pops out of:

-1 = default (determined by system -- usually left),

0 = top,

1 = bottom,

2 = right,

3 = left (same ordering as tab panels). If you omit facing, the default value will be used.